home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Shareware World / Info / For Developers / Smile1.6.6.sea / Smile1.6.6 / Smile ƒ / Help files / Writing scripts < prev    next >
Text File  |  1999-07-19  |  2KB  |  40 lines

  1. Writing Scripts
  2.  
  3.  
  4. Listed below are the topics covered by the help system on the particular theme of writing scripts.
  5.  
  6. For a quick start with making applets and droplets, see applets and droplets.
  7.  
  8. About the differences between Smile-as-a-script-editor and Script Editor,
  9. see Smile and Script Editor.
  10.  
  11. The "File" menu contains the commands to :
  12. - create a new script, applet, or droplet
  13. - open a script, applet, or droplet
  14. - save a script, applet or droplet.
  15.  
  16. The script window help describes how to :
  17. - check the syntax of a script
  18. - run a script
  19. - record user actions as a script
  20. - use drag and drop with script windows
  21. - use the Handlers pop-up menu.
  22.  
  23. Smile offers several options as about where and how the results of script execution are displayed.
  24. - the default result window of Smile is the text window named "Worksheet"
  25. - Smile supports making new output windows.
  26.  
  27. Help is available on the keyboard shortcuts and on some mouse tricks which can prove useful to work on text.
  28.  
  29. The "Edit" menu contains the commands needed for searching and replacing strings in scripts, to use the clipboard, and to compare the contents of two windows.
  30.  
  31. Two menu items of the "Text" menu are particularly useful to write scripts, since they allow :  
  32. - indenting in / out a block, and
  33. - un / commenting out a block.
  34.  
  35. You can customize the settings of Smile. See "Preferences" dialog about :
  36. - changing the background color of the script windows
  37. - changing the AppleScript text formatting.
  38.  
  39. ========================================================
  40.